home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2005 October / Gamestar_77_2005-10_dvd.iso / Programy / powarc920cz.exe / {app} / POWERARC.EXE / 0 / RCDATA / TWRITESPANFORM / TWRITESPANFORM.txt
Text File  |  2005-03-06  |  3KB  |  137 lines

  1. inherited WriteSpanForm: TWriteSpanForm
  2.   Left = 213
  3.   Top = 194
  4.   Caption = 'Write Multi-Volume ZIP'
  5.   ClientHeight = 320
  6.   OnClose = FormClose
  7.   OnCloseQuery = FormCloseQuery
  8.   PixelsPerInch = 96
  9.   TextHeight = 13
  10.   inherited Label1: TLabel
  11.     Top = 46
  12.     Height = 16
  13.     Caption = '&Single archive to span:'
  14.   end
  15.   inherited Label2: TLabel
  16.     Top = 86
  17.     Height = 16
  18.     Caption = 'Directory and s&panned archive name:'
  19.   end
  20.   inherited Label3: TLabel
  21.     Width = 274
  22.     Height = 37
  23.     Caption = 
  24.       'Converts a single archive to an archive spanned across multiple ' +
  25.       'disks.'
  26.   end
  27.   inherited Button1: TSpeedButton
  28.     Top = 64
  29.   end
  30.   inherited Button2: TSpeedButton
  31.     Top = 104
  32.     Width = 24
  33.   end
  34.   object GroupBox1: TGroupBox [5]
  35.     Left = 9
  36.     Top = 136
  37.     Width = 272
  38.     Height = 87
  39.     Caption = ' Si&ze '
  40.     TabOrder = 3
  41.     object Label4: TLabel
  42.       Left = 7
  43.       Top = 16
  44.       Width = 258
  45.       Height = 25
  46.       AutoSize = False
  47.       Caption = 'Please select or enter the volume size (in kB):'
  48.       WordWrap = True
  49.     end
  50.     object SpanningMode: TComboBox
  51.       Left = 7
  52.       Top = 34
  53.       Width = 258
  54.       Height = 21
  55.       ItemHeight = 13
  56.       TabOrder = 0
  57.       OnChange = SpanningModeChange
  58.       Items.Strings = (
  59.         'Automatic'
  60.         '1.2 MB'
  61.         '1.4 MB'
  62.         '2.8 MB'
  63.         'Zip 100 Disk (100 MB)'
  64.         'Zip 200 Disk (200 MB)'
  65.         'CD-ROM (650 MB)'
  66.         'CD-ROM (700 MB)')
  67.     end
  68.     object CheckBox1: TCheckBox
  69.       Left = 8
  70.       Top = 62
  71.       Width = 257
  72.       Height = 17
  73.       Caption = '&Format target disk before spanning'
  74.       TabOrder = 1
  75.     end
  76.   end
  77.   object ProgressBar1: TProgressBar [6]
  78.     Left = 10
  79.     Top = 299
  80.     Width = 347
  81.     Height = 16
  82.     TabOrder = 8
  83.   end
  84.   inherited OKButt: TButton
  85.     TabOrder = 5
  86.   end
  87.   inherited CancelButt: TButton
  88.     TabOrder = 6
  89.   end
  90.   inherited HelpButt: TButton
  91.     TabOrder = 2
  92.   end
  93.   object CorelButton1: TButton [10]
  94.     Left = 288
  95.     Top = 72
  96.     Width = 75
  97.     Height = 25
  98.     Caption = '&Help'
  99.     TabOrder = 7
  100.     OnClick = CorelButton1Click
  101.   end
  102.   inherited FromArc: TEdit
  103.     Top = 64
  104.     Width = 233
  105.   end
  106.   inherited ToArc: TEdit
  107.     Top = 104
  108.     Width = 233
  109.   end
  110.   object ElGroupBox1: TGroupBox [13]
  111.     Left = 8
  112.     Top = 232
  113.     Width = 273
  114.     Height = 54
  115.     Caption = ' &Mode '
  116.     TabOrder = 4
  117.     object ComboBox4: TComboBox
  118.       Left = 11
  119.       Top = 20
  120.       Width = 238
  121.       Height = 21
  122.       Style = csDropDownList
  123.       ItemHeight = 13
  124.       TabOrder = 0
  125.       Items.Strings = (
  126.         'PkZip 4.5 Compatible'
  127.         'PkZip/PA 7.0 Compatible'
  128.         'PowerArchiver (older versions) Compatible')
  129.     end
  130.   end
  131.   inherited ZipMaster1: TZipMaster
  132.     OnProgress = ZipMaster1Progress
  133.     Left = 272
  134.     Top = 96
  135.   end
  136. end
  137.